go/types.termlist.isEmpty (method)

8 uses

	go/types (current package)
		termlist.go#L36: func (xl termlist) isEmpty() bool {
		termlist.go#L102: 	if xl.isEmpty() || yl.isEmpty() {
		termlist.go#L147: 	if yl.isEmpty() {
		termlist.go#L148: 		return xl.isEmpty()
		typeset.go#L33: func (s *_TypeSet) IsEmpty() bool { return s.terms.isEmpty() }
		typeset.go#L102: func (s *_TypeSet) hasTerms() bool { return !s.terms.isEmpty() && !s.terms.isAll() }
		typestring.go#L336: 	case s.terms.isEmpty():